home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / araclar / 95IDA / _SETUP.1 / IDA.exe / 0 / RCDATA / TSEARCHFORM / TSEARCHFORM.txt < prev   
Text File  |  1997-04-22  |  4KB  |  190 lines

  1. object Searchform: TSearchform
  2.   Left = 279
  3.   Top = 288
  4.   HorzScrollBar.Visible = False
  5.   ActiveControl = SearchFor
  6.   BorderIcons = [biSystemMenu, biHelp]
  7.   AutoScroll = False
  8.   Caption = 'Find file'
  9.   ClientHeight = 242
  10.   ClientWidth = 383
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnActivate = FormActivate
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnResize = FormResize
  22.   PixelsPerInch = 120
  23.   TextHeight = 16
  24.   object Label1: TLabel
  25.     Left = 10
  26.     Top = 64
  27.     Width = 68
  28.     Height = 16
  29.     Caption = 'Scanning...'
  30.     Font.Color = clWindowText
  31.     Font.Height = -11
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = []
  34.     ParentFont = False
  35.   end
  36.   object DirLabel: TLabel
  37.     Left = 10
  38.     Top = 80
  39.     Width = 15
  40.     Height = 13
  41.     Caption = 'C:\'
  42.     Font.Color = clWindowText
  43.     Font.Height = -11
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = []
  46.     ParentFont = False
  47.   end
  48.   object Label2: TLabel
  49.     Left = 8
  50.     Top = 15
  51.     Width = 73
  52.     Height = 16
  53.     Caption = 'Search for'
  54.     Font.Color = clWindowText
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     ParentFont = False
  59.   end
  60.   object SearchFor: TEdit
  61.     Left = 8
  62.     Top = 32
  63.     Width = 185
  64.     Height = 24
  65.     HelpContext = 910
  66.     TabOrder = 0
  67.   end
  68.   object FoundFiles: TListView
  69.     Left = 0
  70.     Top = 103
  71.     Width = 383
  72.     Height = 120
  73.     Align = alBottom
  74.     OnDblClick = Open1Click
  75.     Columns = <
  76.       item
  77.         Caption = 'Filename'
  78.         Width = 100
  79.       end
  80.       item
  81.         Caption = 'Type'
  82.         Width = 90
  83.       end
  84.       item
  85.         Caption = 'Path'
  86.         Width = 120
  87.       end
  88.       item
  89.         Alignment = taRightJustify
  90.         Caption = 'Size'
  91.       end>
  92.     ReadOnly = False
  93.     AllocBy = 5
  94.     MultiSelect = True
  95.     PopupMenu = FindPopup
  96.     TabOrder = 1
  97.     ViewStyle = vsReport
  98.     Visible = False
  99.   end
  100.   object FindStatusBar: TStatusBar
  101.     Left = 0
  102.     Top = 223
  103.     Width = 383
  104.     Height = 19
  105.     Panels = <
  106.       item
  107.         Text = '0 File(s) found'
  108.         Width = 50
  109.       end>
  110.     SimplePanel = False
  111.     Visible = False
  112.   end
  113.   object Panel1: TPanel
  114.     Left = 283
  115.     Top = 0
  116.     Width = 100
  117.     Height = 103
  118.     Align = alRight
  119.     BevelOuter = bvNone
  120.     TabOrder = 3
  121.     object BtnFind: TButton
  122.       Left = 17
  123.       Top = 8
  124.       Width = 75
  125.       Height = 25
  126.       HelpContext = 920
  127.       Caption = 'Find'
  128.       Default = True
  129.       ModalResult = 1
  130.       TabOrder = 0
  131.       OnClick = BtnFindClick
  132.     end
  133.     object CancelBtn: TButton
  134.       Left = 17
  135.       Top = 40
  136.       Width = 75
  137.       Height = 25
  138.       HelpContext = 930
  139.       Cancel = True
  140.       Caption = 'Stop'
  141.       Font.Color = clWindowText
  142.       Font.Height = -11
  143.       Font.Name = 'MS Sans Serif'
  144.       Font.Style = []
  145.       ModalResult = 2
  146.       ParentFont = False
  147.       TabOrder = 1
  148.       OnClick = CancelBtnClick
  149.     end
  150.     object btnClose: TButton
  151.       Left = 17
  152.       Top = 72
  153.       Width = 75
  154.       Height = 25
  155.       Caption = 'Close'
  156.       TabOrder = 2
  157.       OnClick = btnCloseClick
  158.     end
  159.   end
  160.   object FindPopup: TPopupMenu
  161.     OnPopup = FindPopupPopup
  162.     Left = 96
  163.     object Open1: TMenuItem
  164.       Caption = '&Open'
  165.       Default = True
  166.       ShortCut = 0
  167.       OnClick = Open1Click
  168.     end
  169.     object N1: TMenuItem
  170.       Caption = '-'
  171.       ShortCut = 0
  172.     end
  173.     object Addtomenu1: TMenuItem
  174.       Caption = 'Add to menu'
  175.       ShortCut = 0
  176.       Visible = False
  177.       OnClick = Addtomenu1Click
  178.     end
  179.     object Delete1: TMenuItem
  180.       Caption = '&Delete'
  181.       ShortCut = 0
  182.       OnClick = Delete1Click
  183.     end
  184.   end
  185.   object ListImages: TImageList
  186.     Left = 224
  187.     Top = 8
  188.   end
  189. end
  190.